导航菜单
首页 >  文章

分类:文章

How to use the moderation API OpenAI Cookbook

openai.comhttps://cookbook.openai.com/examples/how_to_use_moderationHow to use the moderation API | OpenAI Cookbook2024年3月5日 · Open-source examples and guides for building with the OpenAI API. Browse a collection of snippets, advanced techniques and walkthroughs. Share your own examples and guides. ... # Extract the assessment from the response assessment = response.choices[0].message.content return assessment # Example content and parameters …